home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / SummaryField.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.0 KB  |  78 lines

  1. EditorController = {
  2.     ACTIONS = {
  3.     runModalFor:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     text2;
  9.     box2;
  10.     window;
  11.     appIconButton;
  12.     okRevertMatrix;
  13.     box4;
  14.     mainTitle;
  15.     text1;
  16.     box3;
  17.     text3;
  18.     box1;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. CalculatedFieldController = {
  23.     ACTIONS = {
  24.     revert:;
  25.     ok:;
  26.     };
  27.     OUTLETS = {
  28.     fieldsMatrix;
  29.     box5;
  30.     fieldNameField;
  31.     recordDescriptor;
  32.     fieldTypeButton;
  33.     clearButton;
  34.     formulaField;
  35.     cannedFormulaMatrix;
  36.     fieldDescriptor;
  37.     };
  38.     SUPERCLASS = EditorController;
  39. };
  40. FirstResponder = {
  41.     ACTIONS = {
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45. ShellText = {
  46.     ACTIONS = {
  47.     clearFormula:;
  48.     enterBinop:;
  49.     enterTab:;
  50.     enterFieldName:;
  51.     selectPrevField:;
  52.     enterVar:;
  53.     enterReturn:;
  54.     execute:;
  55.     enterSpecial:;
  56.     enterCommand:;
  57.     enterParens:;
  58.     selectNextField:;
  59.     enterFunction:;
  60.     };
  61.     SUPERCLASS = Text;
  62. };
  63. SummaryFieldController = {
  64.     ACTIONS = {
  65.     revert:;
  66.     ok:;
  67.     };
  68.     OUTLETS = {
  69.     fieldsMatrix;
  70.     formulaMatrix;
  71.     recordDescriptor;
  72.     fieldNameField;
  73.     fieldTypeButton;
  74.     fieldDescriptor;
  75.     };
  76.     SUPERCLASS = EditorController;
  77. };
  78.